Skip to content

docs: fix remaining broken relative links in versioned docs and quick-start#997

Merged
vdusek merged 1 commit into
masterfrom
docs/fix-remaining-broken-relative-links
Jun 17, 2026
Merged

docs: fix remaining broken relative links in versioned docs and quick-start#997
vdusek merged 1 commit into
masterfrom
docs/fix-remaining-broken-relative-links

Conversation

@vdusek

@vdusek vdusek commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #994, fixing the broken relative links it didn't cover. Verified with a full onBrokenLinks: 'throw' docs build (0 broken links).

  • Versioned reference links (1.7, 2.7): ../../reference/... over-traversed because these versions are served under a /docs/<version>/ URL prefix. Corrected to ../../../reference/....
  • Quick-start outbound links (all versions): docs: fix broken relative links on the SDK overview page #994's new slug: /quick-start flattened these pages one level up, so their own ../concepts/... and ../guides/... links over-traversed. Corrected to ./concepts/... / ./guides/... (the same fix docs: fix broken relative links on the SDK overview page #994 applied to the overview page).
  • Quick-start platform links (current + 3.4): bare /platform/... resolved to a non-existent path under the /sdk/python baseUrl. Changed to absolute https://docs.apify.com/platform/....

…-start

Follow-up to #994. Corrects over-traversing reference links in versioned docs 1.7/2.7, quick-start outbound links broken by the new /quick-start slug, and bare /platform/ links that did not resolve under the /sdk/python baseUrl.
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Jun 17, 2026
@vdusek vdusek self-assigned this Jun 17, 2026
@github-actions github-actions Bot added this to the 143rd sprint - Tooling team milestone Jun 17, 2026
@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.51%. Comparing base (726620b) to head (94c427f).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #997      +/-   ##
==========================================
- Coverage   90.54%   90.51%   -0.04%     
==========================================
  Files          49       49              
  Lines        3132     3132              
==========================================
- Hits         2836     2835       -1     
- Misses        296      297       +1     
Flag Coverage Δ
e2e 36.14% <ø> (ø)
integration 57.12% <ø> (-0.04%) ⬇️
unit 79.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vdusek vdusek marked this pull request as ready for review June 17, 2026 11:30
@vdusek vdusek requested a review from szaganek as a code owner June 17, 2026 11:30
@vdusek vdusek merged commit a4de527 into master Jun 17, 2026
28 checks passed
@vdusek vdusek deleted the docs/fix-remaining-broken-relative-links branch June 17, 2026 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants